PdfFilePath

Allows configuring the destination PDF file path.

Implemented by concrete PrintSettings implementations that support configuring the destination PDF file path.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun pdfFilePath(): Optional<Path>
Returns an Optional that contains the absolute destination PDF file path, or an empty Optional if there is not path configured.
abstract fun pdfFilePath(pdfFilePath: Path): T
Configures the path to the destination PDF file to print to.